3.2.55 \(\int \frac {(c+d x)^m}{a+i a \sinh (e+f x)} \, dx\) [155]

Optimal. Leaf size=26 \[ \text {Int}\left (\frac {(c+d x)^m}{a+i a \sinh (e+f x)},x\right ) \]

[Out]

Unintegrable((d*x+c)^m/(a+I*a*sinh(f*x+e)),x)

________________________________________________________________________________________

Rubi [A]
time = 0.04, antiderivative size = 0, normalized size of antiderivative = 0.00, number of steps used = 0, number of rules used = 0, integrand size = 0, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.000, Rules used = {} \begin {gather*} \int \frac {(c+d x)^m}{a+i a \sinh (e+f x)} \, dx \end {gather*}

Verification is not applicable to the result.

[In]

Int[(c + d*x)^m/(a + I*a*Sinh[e + f*x]),x]

[Out]

Defer[Int][(c + d*x)^m/(a + I*a*Sinh[e + f*x]), x]

Rubi steps

\begin {align*} \int \frac {(c+d x)^m}{a+i a \sinh (e+f x)} \, dx &=\int \frac {(c+d x)^m}{a+i a \sinh (e+f x)} \, dx\\ \end {align*}

________________________________________________________________________________________

Mathematica [A]
time = 3.03, size = 0, normalized size = 0.00 \begin {gather*} \int \frac {(c+d x)^m}{a+i a \sinh (e+f x)} \, dx \end {gather*}

Verification is not applicable to the result.

[In]

Integrate[(c + d*x)^m/(a + I*a*Sinh[e + f*x]),x]

[Out]

Integrate[(c + d*x)^m/(a + I*a*Sinh[e + f*x]), x]

________________________________________________________________________________________

Maple [A]
time = 180.00, size = 0, normalized size = 0.00 \[\int \frac {\left (d x +c \right )^{m}}{a +i a \sinh \left (f x +e \right )}\, dx\]

Verification of antiderivative is not currently implemented for this CAS.

[In]

int((d*x+c)^m/(a+I*a*sinh(f*x+e)),x)

[Out]

int((d*x+c)^m/(a+I*a*sinh(f*x+e)),x)

________________________________________________________________________________________

Maxima [A]
time = 0.00, size = 0, normalized size = 0.00 \begin {gather*} \text {Failed to integrate} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((d*x+c)^m/(a+I*a*sinh(f*x+e)),x, algorithm="maxima")

[Out]

integrate((d*x + c)^m/(I*a*sinh(f*x + e) + a), x)

________________________________________________________________________________________

Fricas [A]
time = 0.00, size = 0, normalized size = 0.00 \begin {gather*} \text {could not integrate} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((d*x+c)^m/(a+I*a*sinh(f*x+e)),x, algorithm="fricas")

[Out]

((a*f*e^(f*x + e) - I*a*f)*integral(-2*I*(d*x + c)^m*d*m/(-I*a*d*f*x - I*a*c*f + (a*d*f*x + a*c*f)*e^(f*x + e)
), x) + 2*I*(d*x + c)^m)/(a*f*e^(f*x + e) - I*a*f)

________________________________________________________________________________________

Sympy [A]
time = 0.00, size = 0, normalized size = 0.00 \begin {gather*} - \frac {i \int \frac {\left (c + d x\right )^{m}}{\sinh {\left (e + f x \right )} - i}\, dx}{a} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((d*x+c)**m/(a+I*a*sinh(f*x+e)),x)

[Out]

-I*Integral((c + d*x)**m/(sinh(e + f*x) - I), x)/a

________________________________________________________________________________________

Giac [A]
time = 0.00, size = 0, normalized size = 0.00 \begin {gather*} \text {could not integrate} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((d*x+c)^m/(a+I*a*sinh(f*x+e)),x, algorithm="giac")

[Out]

integrate((d*x + c)^m/(I*a*sinh(f*x + e) + a), x)

________________________________________________________________________________________

Mupad [A]
time = 0.00, size = -1, normalized size = -0.04 \begin {gather*} \int \frac {{\left (c+d\,x\right )}^m}{a+a\,\mathrm {sinh}\left (e+f\,x\right )\,1{}\mathrm {i}} \,d x \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

int((c + d*x)^m/(a + a*sinh(e + f*x)*1i),x)

[Out]

int((c + d*x)^m/(a + a*sinh(e + f*x)*1i), x)

________________________________________________________________________________________